Skip to content

[AKS] az aks create/update: Add distributedcache storage option to --enable/--disable-azure-container-storage#10136

Draft
rnhan wants to merge 1 commit into
Azure:mainfrom
rnhan:feature/acstor-distributed-cache
Draft

[AKS] az aks create/update: Add distributedcache storage option to --enable/--disable-azure-container-storage#10136
rnhan wants to merge 1 commit into
Azure:mainfrom
rnhan:feature/acstor-distributed-cache

Conversation

@rnhan

@rnhan rnhan commented Jul 23, 2026

Copy link
Copy Markdown

This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

az aks create / az aks update --enable-azure-container-storage distributedcache / --disable-azure-container-storage distributedcache

Adds a new distributedcache storage option to Azure Container Storage. Enabling installs the distributed cache controller (the microsoft.dacs k8s extension). Disabling (explicit distributedcache, or implicitly via a bare --disable-azure-container-storage / all teardown) removes the controller and any remaining components. Distributed cache is installed independently of the storage-pool based flow and has no storage-pool construct, so all --storage-pool-* / --ephemeral-disk-* / --container-storage-version params are rejected, and it cannot be combined with other storage types in a single command.

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install azdev required)
  • My extension version conforms to the Extension version schema

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

🤖 PR Validation — ️✔️ All clear

Breaking Changes
️✔️ None

@azure-client-tools-bot-prd

Copy link
Copy Markdown

Hi @rnhan,
Please write the description of changes which can be perceived by customers into HISTORY.rst.
If you want to release a new extension version, please update the version in setup.py as well.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

@a0x1ab

a0x1ab commented Jul 23, 2026

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 2 pipeline(s).

…--enable/--disable-azure-container-storage
@rnhan
rnhan force-pushed the feature/acstor-distributed-cache branch from ce7d525 to 6c77be6 Compare July 23, 2026 22:16
@FumingZhang

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 2 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants